{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "btn-hover-down", "type": "registry:component", "dependencies": [], "devDependencies": [], "registryDependencies": [], "files": [ { "path": "./registry/components/button/btn-hover-down.tsx", "content": "const ButtonHoverDown = () => {\r\n return (\r\n <>\r\n \r\n \r\n );\r\n};\r\n\r\nexport default ButtonHoverDown;\r\n", "type": "registry:component" } ] }